﻿/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
/*---------- import ---------*/
@import url('css/layout.css');
@import url('css/page.css');
/*---------- base ---------*/
.nybanner{
	float: left ;
	width: 100%;
}
.nybanner img{
	width: 100%;
}
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;

}
ul {
	list-style: none;
	margin:0px auto ;
}
li {
	list-style: none;
	margin:0px auto ;
}

input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.youqinglj{
	float: left;
	width: 100%;
	color: #fff;
	font-size:14px;
	line-height:25px;
}
.youqinglj a{
	font-size:14px;
	color: #fff;
	padding:0px 10px;
}
.youqinglj li{
	padding:0px 10px;
	line-height:25px;
	display: inline;
}
.youqinglj li a{
	font-size:14px;
	color: #fff;
}
/*---------- stock ---------*/
.top{
	float: left ;
	width: 100%;
}
.top_hyc{
	float: left ;
	width: 100%;
	max-height:30px;
	background:#dcdcdc;
	overflow: hidden ;
}
.top_hy{
	float: left ;
	width:50%;
	font-size:14px;
	color: #2b2b2b;
	line-height:30px;
}
.top_wzdt{
	float: right;
	width:30%;
}
.top_wzdt ul li{
	float: left ;
	width: 25%;
	line-height:30px;
}
.top_wzdt ul li.wangzdt{
	float: left ;
	background:url('../images/top_wzdt1.png') no-repeat left center ; 
	padding-left:23px;
}
.top_wzdt ul li a{
	font-size:14px;
	color: #2b2b2b;
}
.top_wzdt ul li.wzsy{
	float: left ;
	background:url('../images/top_wzdt.png') no-repeat left center ; 
	padding-left:23px;
}
.top_wzdt ul li.zxly{
	float: left ;
	background: url('../images/top_zxly.png') no-repeat left center ; 
	padding-left:23px;
}
.top_logo{
	float: left ;
	width: 100%;
}
.logo{
	float: left;
	width:52%;
}
.logo img{
	width:100%;
	max-width:600px;
	overflow: hidden ;
}
.top_dianhua{
	float: right ;
	width: 29%;
}
.top_dianhua img{
	max-width:343px;
	width:100%;
}
.head {
	width: 100%;
	background:#25209d;
	float: left ;
}
.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

.navbar-nav {
	float: left ;
	width:100%;
}
.navbar-default {
	border: none;
	background: none;
	min-height: auto;
	margin-bottom: 0;
}
ul.nav.navbar-nav li a {
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	padding: 0px 17px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 微软雅黑;
	text-align: center ;
}

ul.nav.navbar-nav li {
float: left ;
width: 14%;
text-align: center ;
}

ul.nav.navbar-nav li a:hover {
	color:#fff;
	background:#f5613d;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background:#f5613d!important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

ul.nav.navbar-nav li.active a {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none!important;
}
/**************************************banner*****************/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	float: left ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
/*****搜索*****/
.rmss{
	float: left ;
	width: 100%;
	background:#ececec;
}
.rmgjc{
	float: left ;
	width: 40%;
	line-height:72px;
	font-size:20px;
	color:#25209d;
	background:url('../images/rm.jpg') no-repeat left center ; 
	padding-left:50px;
}
.rmgjc a{font-size:14px;
	padding-right:10px;
	color:#4d4d4d;
}
.sousuo{
	float: right ;
	width: 22%;
	position:relative;
}

/******产品******/
.chanpzs{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom: 40px;
}
.namermc{
	float: left ;
	width: 100%;
	background:url('../images/mcbj.png') no-repeat center center ; 
	padding-bottom:10px;
}
.namezw{
	float: left ;
	width: 100%;
	font-size:30px;
	color: #000;
	text-align: center ;
}
.nameyw{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size:16px;
	color: #fff;
	text-transform: uppercase ;
	font-weight: lighter ;
	margin-top:10px;
}
.namermc1{
	float: left ;
	width: 100%;
	background:url('../images/mcbj1.png') no-repeat center center ; 
	padding-bottom:10px;
}
.namezw1{
	float: left ;
	width: 100%;
	font-size:30px;
	color: #fff;
	text-align: center ;
}
.nameyw1{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size:16px;
	color: #fff;
	text-transform: uppercase ;
	font-weight: lighter ;
	margin-top:10px;
}

.chanpnr{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.chanpzc{
	float: left ;
	width: 23%;
}
.chanpflmc{
	float: left ;
	width: 100%;
	background:#25209d url('../images/cpfltb.jpg') no-repeat left center ; 
	font-size:25px;
	color: #fff;
	padding-left:75px;
	padding-top:20px;
	line-height: 22px;
	padding-bottom: 11px;
	border-bottom: 1px #fff solid ;
}
.chanpflmc span{
	font-size:14px;
	color: #fff;
	text-transform: uppercase ;
}
.chanpflnr{
	float: left ;
	width: 100%;
}
.chanpflnr ul li{
	float: left ;
	width: 100%;
	border-bottom: 1px #9b9b9b dashed;
}
.chanpflnr ul li a{
	float: left ;
	width: 100%;
	background: #f0f0f0 url('../images/flxtb1.jpg') no-repeat 15px center ;
	padding-left: 28px;
	font-size: 16px;
	color: #000;
	line-height: 43px;
	font-weight: normal ;
}
.chanpflnr ul li a:hover{
	background:#f0f0f0 url('../images/flxtb.jpg') no-repeat 15px center ;
	color: #f5613d;
}
.chanpfldh{
	float: left ;
	width: 100%;
	background:#25209d url('../images/cpfldhtb.jpg') no-repeat 0px center ; 
	font-size:16px;
	color: #fff;
	padding-left:70px;
	padding-top:12px;
	padding-bottom: 12px;
	line-height: 25px;
}
.chanpfldh span{
	font-size:21px;
	font-weight: bold ;
}
.chanpyc{
	float: right;
	width: 76%;
}
.chanpyc ul li{
	float: left ;
	width: 31%;
	margin:0px 1% 15px 1%;
}
.chanpyc ul li a{
	float: left ;
	width: 100%;
}
.chanpyc ul li a .chanptp{
	float: left ;
	width: 100%;
	height:214px;
	overflow: hidden ;
	border: 1px #e5e5e5 solid ;
}
.chanpyc ul li a .chanptp img{
	width: 100%;
}
.chanpyc ul li a .chanpname{
	float: left ;
	width: 100%;
	line-height: 35px;
	background:#e5e5e5;
	font-size:16px;
	color: #000;
	text-align: center ;
}
.chanpyc ul li a:hover .chanptp{
	border:1px #25209d solid ;
}
.chanpyc ul li a:hover .chanpname{
	background:#25209d;
	color: #fff;
}
/******优势*******/
.youshi{
	float: left ;
	width: 100%;
	background:url('../images/ysbj.jpg') no-repeat center top; 
	padding-top:50px;
	padding-bottom:40px;
}
.youshinr{
	float: left ;
	width: 100%;
	margin-top:100px;
	padding:0px 15px;
}
.youshi1{
	float: left ;
	width: 100%;
}
.ysnrjs{
	float: left ;
	width: 47%;
}
.ys1{
	float: left ;
	width: 100%;
}
.ys2{
	float: left ;
	width: 100%;
	margin-top:45px;
}
.ysname{
	float: left ;
	width: 100%;
	border-bottom:1px #b2b2b2 solid ;
	padding-bottom:25px;
}
.ysnameimg{
	float: left ;
	width: 25%;
}
.ysnameimg img{
	width: 100%;
	max-width: 125px;
}
.ysnamenr{
	float: right ;
	width: 73%;
	font-size:35px;
	color: #000;
	font-weight: bold ;
	line-height:40px;
}
.ysnamenr span{
	font-size:23px;
	color: #686868;
	font-weight: normal ;
}
.yswzjs{
	float: left ;
	width: 100%;
	background:url('../images/ysjsxtb.jpg') no-repeat left 10px; 
	margin-top:40px;
	padding-left:22px;
	color: #000;
	font-size:16px;
	line-height:30px;
}
.ysnrimg{
	float: right ;
	width: 51%;
}
.ysnrimg img{
	width: 100%;
	max-width:549px;
}
.youshi2{
	float: left ;
	width: 100%;
	margin-top: 45px;
}
.ys3{
	float: left ;
	width: 47%;
}
.ystpimg{
	float: left ;
	width: 100%;
	text-align: center ;
	margin:auto;
	margin-top:19px;
}
.ystpimg img{
	width: 100%;
	max-width:541px;
}
.ys4{
	float: right ;
	width: 47%;
}

/******实力******/
/********公司简介******/
.gsjj{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom: 40px;
}
.gsjjnr{
	float: left ;
	width: 100%;
	margin-top: 25px;
}
.gsjjnrimg{
	float: left ;
	width: 41%;
}
.gsjjnrimg img{
	width: 100%; 
	max-width:488px;
}
.gsjjnrjs{
	float: right ;
	width: 57%;
}
.gsjjnrjs1{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
	line-height: 30px;
}
.gsjjgd{
	float: left ;
	width: 22%;
	border-bottom: 3px #25209d solid ;
	margin-top:30px;
	padding-bottom: 5px;
}
.gsjjgd a{
	font-size:16px;
	color:#25209d; 
}
.rongyu{
	float: left ;
	width: 100%;
	padding-bottom:40px;
	padding-top: 50px;
	background:#f3f3f3;
}
.rongyunr{
	float: left;
	width: 100%;
	margin-top:25px;
}
#marquee1{width:100%;height:293px;overflow:hidden; position:relative;}

#marquee1 ul li{float:left; padding:0 10px;}
#marquee1 ul li a .rytp{
	float: left ;
	width: 237px;
	height:293px;
	overflow: hidden;
}
#marquee1 ul li a .rytp img{
	width: 100%;
}
#marquee1 ul li a .ryname{
	position:absolute;
	bottom:0px;
	background:rgba(0,0,0,0.4);
	line-height: 35px;
	text-align: center ;
	max-height: 35px;
	overflow: hidden ;
	width: 237px;
	font-size: 16px;
	color: #fff;
}
#marquee1 ul li:hover a .ryname{
	background:#25209d;
}

/*******新闻*****/
.xinwen{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom:40px;
}
.xinwennr{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.xinwennr a{
	float: left ;
	width: 100%;
}
.xinwennr a .xinwenimg{
	float: left ;
	width: 100%;
	border:1px #b8b8b8 solid ;
}
.xinwennr a .xinwenimg img{
	width:100%;
	overflow: hidden ;
}
.xinwennr a .xinwendyt{
	float: left ;
	width: 100%;
	background:#f4f4f4;
	padding:22px 22px 22px 7px;
}
.xinwennr a .xinwendyt .xinwendytname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
}
.xinwennr a .xinwendyt .xinwendyttime{
	float: left ;
	width: 100%;
	font-size:12px;
	margin-top:15px;
	color: #7f7f7f;
}
.xinwennr a .xinwendyt .xinwendytnr{
	float: left ;
	width: 100%;
	font-size:14px;
	text-indent:2em;
	color: #686868;
	line-height:20px;
	margin-top:15px;
}
.news{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.news ul li{
	float: left ;
	width: 100%;
	margin-top:10px;
	border-bottom:1px #686868 dashed ;
	padding-bottom:23px;
	margin-bottom:40px;
	
}
.news ul li a{
	float: left;
	width: 100%;
}
.news ul li a .newstime{
	float: left ;
	width: 80px;
	border:1px #bcbbbb solid ;
	text-align: center ;
	font-size:30px;
	color: #25209d;
	line-height:20px;
	padding:18px 0px 13px 0px;
}
.news ul li a .newstime span{
	font-size:14px;
	color: #686868;
}
.news ul li a .newsxi{
	float: right ;
	width: 470px;
}
.news ul li a .newsxi .nwesname{
	float: left ;
	width: 100%;
	font-size:16px;
	color:#000;
}
.news ul li a .newsxi .newsnr{
	float: left ;
	width: 100%;
	margin-top:15px;
	line-height:20px;
	color: #686868;
	text-indent:2em;
}
/********foot*****/
.foot{
	float: left ;
	width: 100%;
	background: #222222;
	padding-top: 50px;
	padding-bottom: 45px;
}
.foot_dh{
	float: left ;
	width: 48%;
}
.foot_dhxx{
	float: left;
	width: 100%; 
	border-bottom:1px #787878 solid ;
}
.foot_dhxx ul li{
	float: left ;
	width: 16%;
	text-align: center ;
	line-height: 50px;
}
.foot_dhxx ul li a{
	font-size:14px;
	color: #fff;
}
.foot_lx{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #fff;
	margin-top:30px;
}
.foot_lx p{
	font-size:14px;
	float: left ;
	color: #fff;
	margin:20px 0px 0px 0px;
	padding-right:40px;
}
.foot_ewm{
	float: left ;
	width: 118px;
	margin-left: 60px;
	font-size:14px;
	margin-top:22px;
	color: #fff;
	line-height: 50px;
	text-align: center ;
}
.foot_ewm img{
	width: 100%;
}
.foot_dt{
	float: right ;
	width: 381px;
	height: 274px;
	border:4px #fff solid ;
	border-radius:5px;
}
.foot_dt img{
	width: 100%;
}
.foot_db{
	float: left ;
	width: 100%;
	background: #1f2227;
}
.foot_bqsy{
	float: left ;
	width: 50%;
	line-height: 55px;
	font-size:14px;
	color: #fff;
}
.foot_dbbq{
	float: left ;
	width: 100%;
	background: #0d0d0d;
	line-height: 50px;
	text-align: center ;
	font-size: 14px;
	color: #fff;
}








.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;
	float: left ;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #1f96ef;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}




@media screen and (max-width: 800px) {
.navbar-brand{
	width: 80%;
}
	.navbar-toggle {
		border: 1px solid rgb(255, 255, 255);
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-nav {
		float: none;
		margin-top: 2em;
		text-align: center;
		margin: 0;
	}
	.navbar-top {
		position: relative;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		width: 100%;
		z-index: 99;
		position: absolute;
		background: hsla(0, 0%, 0%, 0.75);
	}
	ul.nav.navbar-nav li a {
		margin: 1em 0;
	}
	.w3-button {
		width: 33%;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.callbacks_tabs {
		left: 41%;
		top: 80%;
	}
	.services-icon-info p {
		margin: 1em auto 0;
		line-height: 1.8em;
		width: 70%;
	}
	.services-right-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.gallery-grids-left {
		width: 50%;
		float: left;
	}
	.g-captn {
		width: 321px;
		height: 185px;
	}
	.g-captn h4 {
		font-size: 1.5em;
		margin: 2em 0 0 0;
	}
	.w3ls-button a,
	.w3l-button a,
	.w3ls-about-left a {
		padding: .2em 1.4em;
	}
	.contact input[type=text], .contact input[type=email], .contact textarea {
		width: 100%;
		float: none;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		padding: 0;
		margin-bottom: 0.5em;
	}
	.free_agile_consultaion_img {
		min-height: 507px;
	}
	ul.nav.navbar-nav li{
	width:100%;
}
	ul.nav.navbar-nav li a {
		font-size: .9em;
		line-height: 20px;
		color: #fff;
		margin:5px 0px;
	}
.top_wzdt{
	display: none ;
}
.top_hy{
	width: 100%;
	padding-left:15px;
}
.top_dianhua{
	display: none ;
}
.logo{
	width: 70%;
}
.head{
	position:absolute;
	top:20px;
	background:none;
}
.rmss{
	display: none ;
}
.chanpzc{
	display: none ;
}
.chanpyc{
	width: 100%;
}
.chanpyc ul li{
	width: 48%;
}
.chanpyc ul li a .chanptp{
	height:133px;
}
.chanpyc ul li:first-child {
	display: none ;
}
.ysnrimg,.ystpimg{
	display: none ;
}
.ysnrjs,.ys3,.ys4{
	width: 100%;
}
.ysnamenr{
	font-size:25px;
}
.ysnamenr span{
	font-size:16px;
}
.youshinr{
	margin-top:50px;
}
.ysname{
	padding-bottom:15px;
}
.yswzjs{
	margin-top:15px;
	margin-bottom:20px;
}
.ys2,.youshi2{
	margin-top:0px;
}
.gsjjnrimg{
	display: none ;
}
.gsjjnrjs{
	width: 100%;
	padding:0px 15px;
}
.news ul li a .newstime{
	display: none ;
}
.news ul li a .newsxi{
	width: 100%;
}
.foot{
	display: none ;
}
.foot_dbbq{
	line-height:25px;
	padding-bottom: 70px;
}
.navbar{ margin:0px; border:none;}

      .navbar-default .navbar-brand {color: #fff; font-size: 16px;}

      .navbar-default .navbar-brand:hover,

      .navbar-default .navbar-brand:focus {color: #fff;}

      .navbar-toggle{border:none;}

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}

      .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {

        background-color:  #FF2828;

      }

      .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}

      .navbar-default .navbar-nav > li {}

      .navbar-default .navbar-nav > li:last-child{border: none;}

      .navbar-default .navbar-nav > li > a,

      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}

      .navbar-default .navbar-nav > li > a:hover,

       .navbar-default .navbar-nav > li > a:focus,

       .navbar-default .navbar-nav > .active > a, 

       .navbar-default .navbar-nav > .active > a:hover, 

       .navbar-default .navbar-nav > .active > a:focus,

       .navbar-default .navbar-nav > .open > a, 

       .navbar-default .navbar-nav > .open > a:hover, 

       .navbar-default .navbar-nav > .open > a:focus,

       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{

        background-color:  #800000; color: #fff;}

	.footer_nav{ display: block ;}


}


